home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / DA22_W31.EXE / readme.txt < prev    next >
Text File  |  1996-06-05  |  6KB  |  189 lines

  1.  
  2. DirectAudio Player Installation Instructions
  3.  
  4. +--------------------------------------------------------------------------------------------+
  5.  
  6. Installation Instructions
  7.  
  8. - Create a new directory and Download the DirAudio.Zip file.
  9. - Unzip the file in the created directory.
  10. - Run the INSTALL.EXE utility
  11.  
  12. OR
  13.  
  14. - Move (not copy) the ctl3dv2.dll file in your system's \windows\system directory after having 
  15.   made sure that you are not replacing an earlier version of it. (In the case you had an 
  16.   earlier version of ctl3dv2.dll, keep this one, delete the one shipped with DAP)
  17. - Move BWCC.DLL to you \Windows directory.
  18. - Move the TCP4W.DLL to your system's \windows directory
  19.  
  20. +--------------------------------------------------------------------------------------------+
  21.  
  22. File Manager
  23.  
  24. To have the file manager launch DAP when selecting a WAV, AU and GSM file:
  25.  
  26. - Open Window's file manager.
  27. - Select File|Associate
  28. - File With Extension: WAV
  29. - Associate with: [path]\DirAudio.EXE
  30.  
  31. - Do the same operations for AU and GSM extensions.
  32.  
  33. +--------------------------------------------------------------------------------------------+
  34.  
  35. WWW Browser
  36.  
  37. To have your internet browser launch DirAudio after a link to a GSM, GSD, WAV or AU 
  38. file has been selected:
  39.  
  40. - Add a new MIME Type definition for GSM6.10 in your WWW browser: audio/x-gsm
  41. - Set file extension for this type as gsm
  42. - Select DirAudio.EXE as the application launched when receiving audio/x-gsm media type.
  43.  
  44. For Netscape:
  45.  
  46. - Select Options|General Preferences|Helpers
  47. - Click on the "Create New Type" button.
  48.  
  49. MIME TYPE: audio
  50. MIME SUBTYPE: x-gsm
  51.  
  52. -Set File Extension as: gsm,gsd
  53. - Select the "Launch Application" radio button.
  54. - Enter the pathname of DirAudio.EXE Example: c:\diraudio\diraudio.exe
  55. - Press the "OK" button.
  56.  
  57. Repeat the same procedure for WAV
  58. Edit existing audio/x-wav type or Click on the "Create New Type" button.
  59.  
  60. MIME TYPE: audio
  61. MIME SUBTYPE: x-wav
  62.  
  63. Set File Extension as: wav
  64. Same as step 5 and 6 above.
  65.  
  66. Repeat the same procedure for .AU
  67. Edit existing audio/basic type or Click on the "Create New Type" button.
  68.  
  69. MIME TYPE: audio
  70. MIME SUBTYPE: basic
  71.  
  72. Set File Extension as: au,snd
  73. Same as step 5 and 6 above.
  74.  
  75. Note: The helper application definition for audio/basic is usually occupied by Netscape's audio player app. 
  76. NAPLAYER.EXE. In this case all you need to do is to edit that entry. 
  77. Just select the "Browse" button and select DirAudio.EXE.
  78.  
  79. +--------------------------------------------------------------------------------------------+
  80.  
  81. Adding GSM file support on a WWW server.
  82.  
  83. The HTTP (WWW) server must be set up to accept the GSM file type (Extension: .GSM).
  84. This is done by adding a new MIME type definition to the server (usually in a configuration
  85. file).  The new MIME type to add is:
  86.  
  87. TYPE/SUB-TYPE  EXTENSION
  88. audio/x-gsm    gsm, gsd
  89.  
  90. The procedure to add a new MIME type varies from one server to another but is quite
  91. straightforward and should not cause any major headaches to your server maintenance
  92. peoples or your service provider. If you are using the services of a provider and in 
  93. the unlikely event that he would refuse to do it (doubtfull) you will have find 
  94. another server to put your sound files or find a more cooperative service provider.
  95. The .gsd extension is used for the real time streaming audio description files.
  96.  
  97. +--------------------------------------------------------------------------------------------+
  98.  
  99. Listening to real time Audio
  100.  
  101. There are two methods of accessing a GSM file from a HTTP (WWW) server:
  102.  
  103. First, by selecting the File|Open Location option on the main menu and 
  104. entering the full URL of the file you wish to fetch. For instance:
  105.  
  106. http://www.cam.org/~noelbou/ex1.gsm will fetch the example from my WWW 
  107. site on my service provider's WWW server. (you can use your browser's
  108. Copy Location function (Right click on the link) and then paste it
  109. in DAP Open Location's dialog box by using <SHIFT-INS>).
  110.  
  111. Second, by clicking on a link to a "description file" on a WWW page. For 
  112. instance:
  113.  
  114. EX1.GSD
  115.  
  116. will fetch the description file named ex1.GSD on my WWW site. IAP will be 
  117. spawned by your WWW browser and the file will instruct the player on which 
  118. GSM file to fetch from the net.
  119.  
  120. +------------------------------------------------------------------------+
  121.  
  122. Publishing streaming Audio on a WWW server
  123.  
  124. Publishing your audio files on the net is very simple. Here's the procedure.
  125.  
  126. -Record you audio file or convert it to the proper format.
  127.  You must start from a 8000 Hz 16 bits file or from an 8000 Hz 8bits "Mu-Law" 
  128.  encoded file (.AU) (Sun/Next).
  129.  
  130. - Create you GSM file by using the Compress function of IAP. 
  131.  
  132. - Create a "Description File" with extension .GSD . This is a simple ASCII 
  133.   text file which contains a reference to the .GSM file that you want to give 
  134.   access to.
  135.  
  136. This file should have the following form:
  137.  
  138. GSM_URL|protocol://host[:port]/path/filename
  139.  
  140. Where:
  141. protocol is for now fixed to: http
  142. host     is the host where the file is located.
  143. path     is the path to the file on the given host
  144. filename is the GSM file name (with extension .GSM)
  145.  
  146. For instance:
  147. GSM_URL|http://www.cam.org/~noelbou/ex1.gsm
  148. or
  149. GSM_URL|http://itre.ncsu.edu/gsm/garotos.gsm
  150.  
  151. Note that the referenced (.GSM) file may reside on any WWW server on the 
  152. Internet.
  153.  
  154. Check at: 
  155.  
  156. http://www.cam.org/~noelbou/gsm_wine.html and 
  157. http://www.cam.org/~noelbou/gsmlinks.html
  158.  
  159. for other explanations and examples. 
  160.  
  161. +-------------------------------------------------------------------------------------+
  162.  
  163. Notes:
  164.  
  165. I included a few .GSD file to let you try the Streaming GSM6.10
  166. features of DAP.
  167.  
  168. These link were valid as of 6 June 1996 ...
  169. Some are in my WWW site, some others from 
  170. the Internet Multicating Service etc ...
  171.  
  172. You can play these by:
  173.  
  174. - Open Windows file manager and drop the selected GSD file onto DAP
  175.   window. (That is click on a GSD file and HOLD the mouse button and 
  176.   "drag" the selected file over DIA window).
  177.   Setting the "Always on Top" option on is usefull here...
  178.  
  179. - Uploading them to your WWW site and creating links to the GSD files 
  180.   on an HTML page that you create in your WWW site.
  181.  
  182. - Use a text editor to cut and paste the URL in DAP's 
  183.   File | OpenLocation Input Box.
  184.  
  185.  
  186. Check our GSM links page at
  187.  
  188. http://www.cam.org/~noelbou/gsmlinks.html
  189.